C1.LiveLinq.LiveViews Namespace > View<T> Class : GroupBy Method |
Overload | Description |
---|---|
GroupBy<TKey>(Expression<Func<T,TKey>>) | Groups the elements of a view according to a specified key selector function. |
GroupBy<TKey,TElement>(Expression<Func<T,TKey>>,Expression<Func<T,TElement>>) | Groups the elements of a view according to a specified key selector function and projects the elements for each group by using a specified function. |
GroupBy<TKey,TElement,TResult>(Expression<Func<T,TKey>>,Expression<Func<T,TElement>>,Expression<Func<TKey,IEnumerable<TElement>,TResult>>) | Groups the elements of a view according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2